projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592b0a3
)
* mouse.el (mouse-drag-region-1): Don't try to catch a
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 11 Oct 2005 15:30:31 +0000
(15:30 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 11 Oct 2005 15:30:31 +0000
(15:30 +0000)
double-click when doing follow-link (it's overridden anyway).
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6f63f2b48457c1e157e6b9271ff694643e1fdd19..c93f5f430895422ed8b64e1133bd039c157d4a07 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2005-10-11 Chong Yidong <cyd@stupidchicken.com>
+
+ * mouse.el (mouse-drag-region-1): Don't try to catch a
+ double-click when doing follow-link (it's overridden anyway).
+
2005-10-11 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.